DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ShouldSelectItem Method

In This Topic
    ShouldSelectItem Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ShouldSelectItem( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) As Boolean
    public virtual bool ShouldSelectItem( 
       UIKit.UICollectionView collectionView,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    collectionView
    indexPath
    See Also